IEditorView.SelectedModels property

Namespace: NextDesign.Desktop

Description

Model selected in editor If multiple items are selected, they are stored in the order of selection. Returns an empty collection if no model is selected.

IModelCollection SelectedModels {get;}

type

  • IModelCollection

Annotation

This property cannot get the selection model of the diff editor. Please use DiffEditor to get the selected state of the DiffEditor side.